#!/bin/sh

#
# @(#)src/plugin/pfm/converter/HtmlConverter, plugin, au1411plug, 20030828 1.4.1.1
# ===========================================================================
# Licensed Materials - Property of IBM
# "Restricted Materials of IBM"
#
# IBM SDK, Java(tm) 2 Technology Edition, v1.4.1
# (C) Copyright IBM Corp. 1998, 2002. All Rights Reserved
# ===========================================================================
#

#
# ===========================================================================
#  Copyright 2000-2001 Sun Microsystems, Inc. All rights reserved.
# ===========================================================================
#

#

#
# @(#)HtmlConverter	1.2 02/26/01
#
# Startup script for the HTML Converter
#

BINDIR=`dirname $0`
${BINDIR}/../jre/bin/java -jar ${BINDIR}/../lib/htmlconverter.jar $*
